html date input

104

calendar input -

<input type="date" data-date-inline-picker="true" />

input type="date" -

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<input id="datePicker" type="date" />
 Run code snippet

Comments

Submit
0 Comments